home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 1.7 KB | 60 lines | [TEXT/ScoM] |
- CONFIGURING OPCODE STUDIO 5
-
- >I have an Opcode Studio 5 and wish to know how to set SCOM so that i can
- >access a particular cable and midi channel, this would save me having to
- >jump to Logic Audio and back all the time in order to hear my results, how
- >do you setup midi for this?
-
- My Studio5 (OMS) setup.
-
- ;;; -------------------------------------------------------------------------
-
- OMS:
-
- Studio 5-Modem/Printer
-
- 1 Midi Grand (ID 1) ; in scom (port 0)
- 2 K2000i (ID 2) ; in scom (port 1)
- 3 K2000ii (ID 3) ; in scom (port 2)
- 4 ProMix 01 (ID 4) ; in scom (port 3)
-
- Compatibility Setup
-
- Speed: Fast
- Emulate MIDI Time Piece
- View: Midi Time Piese In
- Auto.
- View: Midi Time Piese Out
- Auto
-
- ;;; -------------------------------------------------------------------------
-
- MidiShare 1.68:
-
- MidiShare memory size: 60000
- Use Time Manager OFF
- Use MidiTimePiece ON
- Dynamic allocation ON
-
- ;;; -------------------------------------------------------------------------
- ;;; this file is loaded when SCOM starts up (environment->extensions folder)
- ;;; set here the default midport
- ;;; options are :printer or :modem
- ;;; this setting may be redefined in the file
- ;;; -------------------------------------------------------------------------
-
- (progn
- (setq diagnose-verbose nil)
- (def-setup
- k2000i 1 ; MIDI port 1 Ch. 1-16 (printer port)
- k2000ii 2 ; MIDI port 2 Ch. 1-16 (printer port)
- pro01 3 ; MIDI port 3 Ch. 1-16 (printer port)
- )
- (setq diagnose-verbose t)
- )
-
- ;;; -------------------------------------------------------------------------
-
- Midi port 0 is modem and I use as a Master Key... which is not important
- since scom dose not have a Midi In.
-